home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Setting up Slow Runnings - version 1.5
- cd sndsetup
- echo setting up DIGPAK for digital sound...
- setd
- IF ERRORLEVEL 1 GOTO ABORTED1
- echo setting up MIDPAK for music...
- setm
- IF ERRORLEVEL 1 GOTO ABORTED2
- GOTO END
- :ABORTED1
- echo Digital Sound Driver configuration was not completed.
- echo - run 'Slow Runnings' with NOSOUND.BAT
- GOTO FINI
- :ABORTED2
- echo Midi Music Driver configuration was not completed.
- echo - run 'Slow Runnings' with NOSOUND.BAT
- GOTO FINI
- :END
- ECHO COPYING CONFIGURED SOUND DRIVERS INTO "SLOW RUNNINGS" WORKING DIRECTORY...
- copy soundrv.com ..
- copy midpak.com ..
- copy midpak.ad ..
- copy midpak.adv ..
- echo Sound Configuration Complete!
- echo - you may run 'Slow Runnings' with or without sound and music. enjoy!
- echo ---- -------
- echo Use WITHSND.BAT to play the gamelet with SOUND (must have 505k free mem to
- echo run with sound, type MEM to check... if not, run NOSOUND.BAT)
- :FINI
- cd ..
- pause
-
-